-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add assimilation of GLM flash-extent density (FED) observations to EnKF #654
Conversation
… user specified localization, to EnKF.
@hu5970 |
@daviddowellNOAA is the current change only dealing with binary diag files? if so, what is the plan for netcdf diag files? |
@hongli-wang |
The code is pretty clean and fellow the same procedures for other types of observations. I don't think there should be issues there as David has tested the run. Just curious if a brief description on the new parameters could be added somewhere in the code. Thanks, |
@hongli-wang |
@RussTreadon-NOAA |
@hongli-wang , thank you for accepting the invitation. Now we can formally add you as a reviewer on this PR. Thanks! |
@daviddowellNOAA Could you answer Ting's question? Thanks, Ming |
@TingLei-NOAA The tests of the EnKF assimilation of FED data into a prototype RRFS used netcdf diag files. I think the new functionality should also work for binary diag files, but I can't confirm with tests. |
@hongli-wang The documentation within the code is very limited, and I only included a mention of "fed obs" in enkf.f90. There is good documentation for the EnKF code in the "EnKF User's Guide". @hu5970 Do you know if there will be any more updates to the EnKF User's Guide? If so, then I would be happy to provide documentation of the new parameters for FED. |
@daviddowellNOAA Thanks for this clarification. |
The regression tests on Dogwood passed:
|
The regression tests on Hera passed:
|
The regression tests on Orion:
The reason for rtma failure is:
So, the regression tests on Orion passed too. |
Description
Fixes #653
The proposed code changes
(1) add a new "fed" observation type to the EnKF
(2) add localization parameters, with namelist control, for FED observations
(3) output basic statistics for FED observations.
In the RRFS, the FED observations will be assimilated together with radar-reflectivity observations. The localization parameters for the reflectivity observations in RRFS are corrlength=18 and lnsigcutoff=0.5. However, these tight localization distances don't work well for the sparse FED observations. Therefore, localization parameters for FED observations, with namelist control, were added to allow the FED observations to influence the model state over longer distances. The default localization parameters for FED observations (corrlength=30 and lnsigcutoff=2.0) were determined through experimentation with WRF and FV3 convection-allowing (3-km horizontal grid spacing) ensembles.
Type of change
How Has This Been Tested?
Hourly cycling with simultaneous EnKF assimilation of FED and radar-reflectivity observations has been tested for a CONUS version of the prototype RRFSv1 for two short (1-2 days) retrospective periods, one in July 2022 and the other in August 2023. The impacts of the FED observations on the analyses are greatest over the oceans far from land, where the radar network does not provide observations.
Checklist
DUE DATE for this PR is 12/20/2023. If this PR is not merged into
develop
by this date, the PR will be closed and returned to the developer.